home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Dev
/
GameboyDev
/
GBDK
/
examples
/
dscan
/
smakefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1999-04-23
|
245 b
|
13 lines
all: dscan.gb
clean:
Delete #?.o #?.lst #?.map
dscan.o: dscan.c bkg_c.c bkg_m.c bkg.c bkg.h fore.c fore.h
lcc -c dscan.c
# Link file, and write 0x80 at position 0x143 in header
dscan.gb: dscan.o
lcc -Wl-yp0x143=0x80 -o dscan.gb dscan.o